home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / zplot / zplot.docs < prev    next >
Text File  |  1994-11-17  |  23KB  |  437 lines

  1. >>>>> ZPlot 1.3d, ©1990 by Terry W. Gintz <<<<<
  2.  
  3. ZPlot graphs formulas based on 4-D complex number planes.  ZPlot currently
  4. supports the Mandelbrot set, Julia sets, and Phoenix curves, with over 500
  5. mapping variations. The math functions supported include sin(z), sinh(z),
  6. z^z, e^z, z^n, sqrt(z), cos(z), cosh(z), tan(z), tanh(z), log(z), ln(z) and
  7. n^z.  Both lo-res(320X200) and hi-res(640X400) plots are possible.
  8.  
  9. Up to two formulas for z using the above functions may be plotted, using
  10. traditional rules for generating Mandelbrot sets (Benoit B. Mandelbrot) and
  11. Julia sets (G. Julia.)  Also, there are mapping options that use non-traditional
  12. methods, such as the epsilon-cross method (Clifford A. Pickover), and
  13. IFS (Michael Barnsley).  In addition, since the formula parser is an
  14. interpreter, with its inherent lack of speed, over thirty 'popular' formulas
  15. have been hard-coded to reduce graphing time by 40 to 60 percent.  Several
  16. of the built-in formulas are actually capable of producing graphs that the
  17. program could not generate any other way, such as applying the mandelbrot
  18. set to Newton's method for solving quadratic equations.
  19.  
  20. ZPlot1.3d adds three-dimensional and formula mapping options to ZPlot1.0.
  21. There are also 3 additional color-scaling options in ZPlot 1.3d.
  22.  
  23. About the windows and menus:
  24.  
  25. The main or Project menu:
  26.  
  27.    "New Plot" turns on zoom mode, so that detail of the the current plot may
  28. be magnified.  Using the mouse, you define a rectangular area, by clicking
  29. twice at opposite corners of the area.  The program will begin a new plot at
  30. the new coordinates.  Clicking with the left mouse button stops the plot at
  31. any point before the plotting is finished.  You may zoom in by defining a
  32. box inside the current drawing area.  You zoom out by drawing a box outside
  33. the current drawing area.  The outer zoom limits are between -99.99999 and
  34. 99.99999.  The precision is that of fast floating point (32 bits).
  35.  
  36.    "New Formula" opens the new formula window (see below).
  37.  
  38.    "Continue Draw"  continues a plot that was aborted early.  The plot is
  39. restarted at the beginning of the last row drawn.
  40.  
  41.    "Save Function" saves all pertinent information about the current plot,
  42. plus the menu settings, and an IFF file for the current screen.  You should
  43. save a function before changing the plot type with the Type menu.  Pressing
  44. 'Q' will quick save the current function to 'RAM:tempfunction' (memory
  45. permitting).  This is useful when you want to use a mandelbrot set as a map
  46. for drawing julia curves.  
  47.  
  48.    "Load Function" loads a function previously saved by ZPlot, updates menu
  49. settings and loads the IFF file for the saved screen.  If the plot was
  50. aborted before finishing, it will be continued at the last row drawn. (If the
  51. plot type was changed before saving the function, the screen will be cleared
  52. and a new plot begun.)  Pressing 'R' will recall a function saved with the
  53. quick save option.
  54.  
  55.    "Quit" exits the program.
  56.  
  57. The Plot Flags menu:
  58.  
  59.    The first two flags determine the basic plot type.  This can be
  60. Mandelbrot or Julia.  Mandelbrots have inputs of Zx and Zy, while Julias
  61. have inputs of Cx and Cy.  Zx and Zy correspond to the min/max values set
  62. in the New Formula window.  Cx and Cy correspond to the complex constant
  63. entered in the New Formula window.  With mandelbrots, Cx and Cy represent
  64. the initial value of Z before the first iteration.  This can be changed to
  65. produce non-symmetrical mandelbrots, or mandelbrots based on formulas whose
  66. inital value of Z must be non-zero to generate anything (such as
  67. f(z)=cz(1-z) where z0=0.5).
  68.  
  69.    The next five flags determine the branch limit, where iteration of the
  70. function stops and points are plotted.  This can be based on the real part
  71. of Z, the imaginary part of Z, the absolute value of the real part of Z,
  72. the absolute value of the imaginary part of Z, or usually, the absolute
  73. value of Z.  Different trigonometric functions require different branch
  74. limits to accurately map the complex sets.
  75.  
  76.    The remaining flags have to do with how the points are color-scaled, or
  77. determining which point is part of the complex set being mapped.  These are
  78. optional methods to vary the mapping of the sets, and this is where some
  79. truly spectacular effects can be acheived.
  80.  
  81. Biomorphs test the real Z and imaginary Z values after breaking
  82. the iteration loop.  If the absolute value of either is less than the preset
  83. zlimit, the point is mapped as part of the set.  This method prduces
  84. biological-like structures in the complex plane.  
  85.  
  86.    The epsilon-cross method breaks the iteration loop only if the absolute
  87. value of Z-real or Z-imaginary is less than or equal to the zlimit/1000.
  88. Other points are mapped at the time they blow up(exceed the zlimit.)  This
  89. produces hair-like structures that branch wildly from the complex set
  90. boundaries.
  91.  
  92.    Level-curves map the set points based on how small the value of Z gets.
  93. This allows the inside of the complex set, or the tenacles of the biomorph,
  94. to be color-scaled.  There are two possible level curves.  Press '2' to
  95. enable the second-type level curve (if the level option has been previously
  96. chosen). Press '1' to re-enable the first-type level curve.  The default
  97. level curve produces colored bands on the inside of the complex set.  The
  98. second level curve produces circular patterns inside the complex set.
  99.  
  100.    The Set Only flag plots all non-set points in the backgound color.
  101.  
  102.    The Newton flag is used to map the zeros of a particular function after
  103. the Newton transformation has been applied to the function.  The program
  104. doesn't make the transformation (z-(f(z)/f'(z)), where ' stands for d/dx),
  105. but it does allow you to map up to 6 attractors, and set the limit for
  106. convergence to the attractors.  Each time the newton flag is set, a window
  107. is opened to allow you to enter up to 6 attractors (or repellers) of the
  108. function, and how close z must come (the limit) to be considered in contact
  109. with the attractor.  This flag is mutually exclusive with the Level-Curve,
  110. Biomorph and Epsilon flags, and automatically excludes all points that don't
  111. converge to one of the attractors set, within the preset number of
  112. iterations.  The points that converge are colored in one of up-to-6 possible
  113. colors evenly-spaced in the current palette.  The non-converging points
  114. are mapped with the set color.  Due to rounding errors in the fast-floating
  115. point, not all points converge when all possible attractors are used,
  116. even after 1000 iterations.  Non-converging points show up typically as
  117. round areas or spots.  Generally, a limit of 50 iterations gives optimum
  118. results. The Newton transformation is normally used with Julia sets, as
  119. the attractors (solutions of the formula) can be calculated beforehand.
  120. Its also possible to explore the Mandelbrot set applied to Newton's method,
  121. but only with some of the built-in formulas mentioned above.  It this case,
  122. the solutions of the formula for every point on the screen have to be
  123. calculated separately, which the program does in a dedicated routine.
  124.  
  125. The Renormalization flag uses a hierarchical lattice transformation to map
  126. magnetic phases, with either the Julia set or Mandelbrot set as the iterated
  127. function.  (Consult The Beauty of Fractals by Pietgen and Richter for
  128. appropriate formulas to use.)  Basically, the algorithm checks orbits for
  129. convergence to 1 or infinity, and scales these points in different colors.
  130. This flag is mutually exclusive with the Newton, Biomorph, Level-Curve and
  131. Set Only flags.
  132.  
  133. The Decomposition flag does a binary decomposition on points that do not fit
  134. the complex set.  Excludes the Set Only flag.  (Consult The Beauty of
  135. Fractals for an explanation of this technique.)
  136.  
  137. The Phoenix flag rotates the planes, so that the imaginary plane is mapped
  138. horizontally and the real plane is mapped vertically.  A graded color
  139. scaling is also enabled (instead of the default modulo scaling).  This
  140. option is normally used for mapping Phoenix curves (Shigehiro Ushiki), which
  141. are julia-related curves based on the formula f(z+1)=z²+p+qz.  'p' and 'q'
  142. are constants, and the 'z' term of 'qz' is actually the value of z^n-1, or
  143. the previous value of z before the current iteration.  'zn'